home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_374 / mat / pr < prev    next >
Text File  |  1992-05-06  |  521b  |  15 lines

  1. .K f1,f2,f3,f4,f5
  2. .bra {
  3. .ket }
  4. ;;    PR        --  Prints specified files; runs in
  5. ;;                  the background.
  6.  
  7. run mat >PRT: JOIN nolines TAG ^|  {f1} {f2} {f3} {f4} {f5}
  8. ;                   ^^^ needed to suppress newline in tag
  9.  
  10. ;; this is a simple (and hopefully obvious) application of the JOIN mode.
  11. ;; Depending on how you are looking at this script, you may have gotten
  12. ;; lost because of the form-feed character in the TAG argument.  Use an
  13. ;; editor that handles control characters to see it properly.
  14.  
  15.